home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / papel.dxr / 00065.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  423 b   |  21 lines

  1. on exitFrame
  2.   global stage
  3.   set count to 0
  4.   if stage = 8 then
  5.     set the visible of sprite 2 to 1
  6.     sound stop 2
  7.     go("anim1")
  8.   end if
  9.   if stage = 10 then
  10.     if the visible of sprite 7 = 1 then
  11.       if soundBusy(2) = 0 then
  12.         sound playFile 2, "..\som\paaguaa.wav"
  13.       end if
  14.       set the visible of sprite 7 to 0
  15.     else
  16.       set the visible of sprite 7 to 1
  17.     end if
  18.   end if
  19.   go(the frame)
  20. end
  21.